Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Address flakey online retrieval test #4698

Merged
merged 1 commit into from
Oct 25, 2024

Conversation

robhowley
Copy link
Contributor

What this PR does / why we need it:

Which issue(s) this PR fixes:

Misc

Signed-off-by: Rob Howley <howley.robert@gmail.com>
Comment on lines +509 to +522
@pytest.mark.integration
@pytest.mark.universal_online_stores(only=["redis", "postgres"])
async def test_async_online_retrieval_with_event_timestamps(
environment, universal_data_sources
):
await _do_async_retrieval_test(environment, universal_data_sources)


@pytest.mark.integration
@pytest.mark.universal_online_stores(only=["dynamodb"])
async def test_async_online_retrieval_with_event_timestamps_dynamo(
environment, universal_data_sources
):
await _do_async_retrieval_test(environment, universal_data_sources)
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@franciscojavierarceo trying to test the theory here ... im not familiar w how the environment reuse works exactly, but if is then separating the tests should work. unless it's cached across tests and not just within a test.

@robhowley robhowley marked this pull request as ready for review October 25, 2024 21:08
@robhowley robhowley requested a review from a team as a code owner October 25, 2024 21:08
@franciscojavierarceo franciscojavierarceo merged commit 063dbb7 into feast-dev:master Oct 25, 2024
25 checks passed
lokeshrangineni pushed a commit to lokeshrangineni/feast that referenced this pull request Oct 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants